ComponentOne ASP.NET MVC Controls
MajorUnit Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MajorUnit Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.MajorUnit. Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.
Syntax
'Declaration
 
Public Function MajorUnit( _
   ByVal value As Double _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MajorUnit( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members